From: Richard M. Stallman Date: Sun, 31 Aug 1997 23:21:24 +0000 (+0000) Subject: (install-arch-indep): Verify ./lisp has simple.el in it X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79435 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bc63f59a6ef323bc362a22003a79840f0842ec22;p=emacs.git (install-arch-indep): Verify ./lisp has simple.el in it before trying to copy anything from it. --- diff --git a/Makefile.in b/Makefile.in index 9a137b2e0df..ac919620e57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -342,6 +342,7 @@ install-arch-indep: mkdir (cd $(docdir); chmod a+r DOC*; rm DOC) \ else true; fi if [ -r ./lisp ] \ + && [ -r ./lisp/simple.el ] \ && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \ && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \ then \